.definition-section {
  background-color: rgb(245, 250, 253);
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 1;
}

.info-container {
  width: 80%;
  padding: 60px 0;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
